From: Paul Eggert Date: Wed, 13 Apr 2011 23:02:03 +0000 (-0700) Subject: * fns.c (weak_hash_tables): Now static. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4132^2~38 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a79ee7c41304bc405537be1de41a1dab542676fc;p=emacs.git * fns.c (weak_hash_tables): Now static. --- diff --git a/src/ChangeLog b/src/ChangeLog index d314534eb9a..be11058087c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2011-04-13 Paul Eggert + * fns.c (weak_hash_tables): Now static. + * fileio.c: Make symbols static if they're not exported. (auto_saving, auto_save_mode_bits, auto_save_error_occurred): (Vwrite_region_annotation_buffers): Now static. diff --git a/src/fns.c b/src/fns.c index 9ced09c38f6..2fee34eaf22 100644 --- a/src/fns.c +++ b/src/fns.c @@ -3351,7 +3351,7 @@ base64_decode_1 (const char *from, char *to, EMACS_INT length, /* The list of all weak hash tables. Don't staticpro this one. */ -struct Lisp_Hash_Table *weak_hash_tables; +static struct Lisp_Hash_Table *weak_hash_tables; /* Various symbols. */